home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / grph.dxr / 00001_movie script.ls next >
Encoding:
Text File  |  2000-01-28  |  157 b   |  11 lines

  1. on startMovie
  2.   global gGraph
  3.   set the textHeight of field "title" to 14
  4.   setUpMe(gGraph, "title")
  5. end
  6.  
  7. on CloseMIAW
  8.   global gGraph
  9.   closeMe(gGraph)
  10. end
  11.